home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 02p4.dir / 00067.ls < prev    next >
Encoding:
Text File  |  1999-04-07  |  202 b   |  12 lines

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.     updateStage()
  5.     quickSwitch("buttonSound")
  6.   else
  7.     quickSwitch("buttonSound")
  8.     puppetSound("FNMUSIC.AIF")
  9.     updateStage()
  10.   end if
  11. end
  12.